object parawin: Tparawin Left = 452 Top = 259 BorderStyle = bsToolWindow Caption = 'Value editor' ClientHeight = 141 ClientWidth = 216 Color = 4470913 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poMainFormCenter Scaled = False OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Shape1: TShape Left = 8 Top = 32 Width = 199 Height = 34 Brush.Color = 10656960 Shape = stRoundRect end object paraLabel: TLabel Left = 8 Top = 8 Width = 201 Height = 15 Alignment = taCenter AutoSize = False Caption = '...' Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object minus1: TSpeedButton Left = 48 Top = 40 Width = 23 Height = 18 Caption = '<' Flat = True OnClick = minus1Click end object plus1: TSpeedButton Left = 144 Top = 40 Width = 23 Height = 18 Caption = '>' Flat = True OnClick = plus1Click end object plus10: TSpeedButton Left = 176 Top = 40 Width = 23 Height = 18 Caption = '>>' Flat = True OnClick = plus10Click end object minus10: TSpeedButton Left = 16 Top = 40 Width = 23 Height = 18 Caption = '<<' Flat = True OnClick = minus10Click end object Shape2: TShape Left = 78 Top = 37 Width = 58 Height = 25 Brush.Color = 8112255 end object valBox: TEdit Left = 82 Top = 41 Width = 48 Height = 18 BorderStyle = bsNone Color = 8112255 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -15 Font.Name = 'Arial' Font.Style = [fsBold] MaxLength = 4 ParentFont = False TabOrder = 0 Text = '120' OnChange = valBoxChange end object doneBtn: TButton Left = 64 Top = 112 Width = 89 Height = 25 Caption = 'Done' ModalResult = 1 TabOrder = 1 OnClick = doneBtnClick end object valBar: TTrackBar Left = 8 Top = 69 Width = 201 Height = 36 Orientation = trHorizontal Frequency = 10 Position = 0 SelEnd = 0 SelStart = 0 TabOrder = 2 TickMarks = tmBoth TickStyle = tsAuto OnChange = valBarChange end end